home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
TChart Demo
/
TChart.dpr
< prev
next >
Wrap
Text File
|
2001-07-12
|
211b
|
14 lines
program TChart;
uses
Forms,
TChartNormal1 in 'TChartNormal1.pas' {MainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.